Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.

Namespace:  C1.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event NotifyCollectionChangedEventHandler CollectionChanged
Visual Basic
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
XAML Attribute Usage
<object CollectionChanged="NotifyCollectionChangedEventHandler" .../>

Implements

INotifyCollectionChanged..::..CollectionChanged

See Also